.hidden {
  display: none;
}
.hidden-md {
  display: none;
}
.read_more_btn {
  display: block;
  width: 135px;
  margin: 0 auto;
  line-height: 48px;
  border: 1px solid #ca0f19;
  background-color: transparent;
  color: #ca0f19 !important;
  font-size: 16px;
  border-radius: 0px;
  text-align: center;
  text-transform: uppercase;
}
.read_more_btn img {
  margin-left: 10px;
  vertical-align: middle;
}
.leo-row {
  width: 100%;
}
.Home-banner {
  position: relative;
  margin-top: 101px;
}
.Home-banner .item img {
  width: 100%;
  vertical-align: middle;
}
.Home-banner .ban_tex {
  position: absolute;
  bottom: 50px;
  z-index: 1;
  left: 14%;
  padding-left: 70px;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
}
.Home-banner .ban_tex:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 60px;
  height: 1px;
  background-color: #fff;
  content: '';
}
.Home-banner .swiper-pagination-fraction {
  position: absolute;
  right: 11%;
  bottom: 48px;
  left: auto;
  display: inline-block;
  width: auto;
  color: #fff;
  line-height: 40px;
  z-index: 10;
}
.Home-banner .swiper-pagination-fraction .cur {
  font-size: 20px;
}
.Home-banner .swiper-pagination-fraction span {
  font-size: 14px;
}
.Home-banner .swiper-button-next,
.Home-banner .swiper-button-prev {
  top: auto;
  bottom: 50px;
  width: 40px;
  height: 40px;
  border: 1px transparent solid;
  border-radius: 50%;
}
.Home-banner .swiper-button-next,
.Home-banner .swiper-container-rtl .swiper-button-prev {
  right: 7%;
  background: url(../images/ban_r.png) no-repeat center;
}
.Home-banner .swiper-button-prev,
.Home-banner .swiper-container-rtl .swiper-button-next {
  right: 15%;
  left: auto;
  background: url(../images/ban_l.png) no-repeat center;
}
.Home-banner .swiper-button-next .svg,
.Home-banner .swiper-button-prev .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Home-banner .swiper-button-prev .svg {
  transform: translate(-50%, -50%) scaleX(-1);
}
.Home-banner .svg circle {
  fill: transparent;
  stroke: #fff;
  stroke-width: 1;
  stroke-dasharray: 220;
  stroke-dashoffset: 220 !important;
  transform: rotate(180deg);
  transform-origin: center;
  transition: stroke-dashoffset 1.3s cubic-bezier(0.74, 0, 0.24, 0.99), transform 1.3s cubic-bezier(0.74, 0, 0.24, 0.99), -webkit-transform 1.3s cubic-bezier(0.74, 0, 0.24, 0.99);
}
.Home-banner .swiper-button-prev:hover .svg circle {
  transform: rotate(270deg);
  stroke-dashoffset: 0!important;
}
.Home-banner .swiper-button-next:hover .svg circle {
  transform: rotate(270deg);
  stroke-dashoffset: 0!important;
}
.Home-banner .wave {
  width: 100%;
  height: 20px;
  background: repeat-x 0 0;
  background-size: auto 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.Home-banner .wave1 {
  z-index: 5;
  background-image: url(../images/wave1.png);
}
.Home-banner .wave2 {
  z-index: 2;
  background-image: url(../images/wave2.png);
}
.section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}
.home_title {
  margin-bottom: 48px;
  text-align: left;
}
.banner-img{
    margin-top: 101px;
}
.home_title .t {
  color: #333333;
  font-size: 50px;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.home_title .sub_t {
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
}
.swiper-pagination-bullet-active{
    background: #ca0f19;
}
.home_title .sub_t img {
  display: inline-block;
  vertical-align: middle;
}
.home_title .sub_t span {
  width: 354px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
}
.section_product {
  position: relative;
  z-index: 1;
}
.section_product .fengniao {
  position: absolute;
  top: 0;
  right: 0;
}
.section_product .auto-container {
  position: relative;
}
.section_product .swiper-product {
  padding: 10px;
}
.section_product .swiper-product .item {
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  padding-bottom: 58px;
  background-color: transparent;
}
.section_product .swiper-product .item:hover {
  box-shadow: 0 0 20px 2px #eee;
}
.section_product .swiper-product .item .img_box img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_product .swiper-product .item .ptoduct_name {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}
.section_product .swiper-product .item p {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 46px;
  padding: 0 10px;
}
.section_product .pagination-product {
  position: absolute;
  right: 0;
  top: 46px;
  z-index: 10;
}
.section_product .pagination-product .swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  margin: 0 4px;
  background: url(../images/fengtu.png) no-repeat center;
  background-size: 100%;
  opacity: 1;
}
.section_product .pagination-product .swiper-pagination-bullet-active {
  background-image: url(../images/fengtu_active.png);
}
.section_why {
  height: 840px;
  background: url(../images/home_choose_bg.jpg) no-repeat center top;
  background-size: cover;
  border-bottom-right-radius: 200px;
}
.section_why .choose_list {
  width: 60%;
  margin-top: -100px;
  float: right;
}
.section_why .choose_list li {
  width: 33.333%;
  padding: 0 20px;
  margin-bottom: 96px;
  float: left;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.section_why .choose_list li:hover img {
  transform: rotateY(360deg);
}
.section_why .choose_list li p {
  margin-top: 5px;
  font-size: 20px;
}
.section_why .choose_list li .ico img {
  transition: 0.6s;
}
.section_about {
  padding-bottom: 10px;
  position: relative;
}
.section_about .fengniao {
  position: absolute;
  right: 4%;
  top: 20%;
}
.about_show_box {
  margin-left: -16px;
}
.about_show_box .main_big_show {
  position: relative;
  width: 50%;
  height: 500px;
  float: left;
}
.about_show_box .main_big_show .big_item {
  position: relative;
  height: 500;
  margin-left: 38px;
  margin-bottom: 38px;
  box-sizing: border-box;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  overflow: hidden;
  cursor: pointer;
}
.about_show_box .main_big_show .big_item .play_btn {
  width: 120px;
  position: absolute;
  z-index: 10;
  color: #fff;
  left: 50%;
  top: 50%;
  margin-left: -60px;
  text-align: center;
  transform: translateY(-50%);
}
.about_show_box .main_big_show .big_item .play_btn img {
  display: block;
  width: 53px;
  margin: 0 auto 8px;
}
.about_show_box .main_big_show img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_show_box .H_company_intro {
  width: 50%;
  float: left;
  padding-left: 100px;
}
.about_show_box .H_company_intro .dec {
  font-size: 16px;
  color: #666;
}
.more_about_btn {
  display: block;
  width: 176px;
  height: 55px;
  margin-top: 16px;
  text-align: center;
  line-height: 55px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  font-size: 16px;
  color: #666;
  text-decoration: none;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.more_about_btn:hover {
  border-color: #ca0f19;
  background-color: #ca0f19;
  color: #fff;
}
.more_about_btn img {
  margin-left: 10px;
}
.section_factory .float_left {
  width: 50%;
  float: left;
}
.section_factory .float_left .home_title {
  margin-top: 70px;
}
.section_factory .item {
  width: 88%;
}
.section_factory .dec {
  padding-top: 26px;
  border-top: 1px solid #eeeeee;
  font-size: 16px;
  line-height: 24px;
  color: #999;
}
.section_factory .gcImgBorderRadius {
  border-radius: 5px;
  overflow: hidden;
}
.section_factory .gcImgBorderRadius img {
  max-width: 100%;
}
.section_factory .factory_imgList li {
  width: 25%;
  float: left;
  padding: 0 3px;
  margin-top: 6px;
  box-sizing: border-box;
}
.section_factory .factory_imgList li img {
  width: 100%;
}
.section_factory .factory_imgList li .item_a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.section_factory .factory_imgList li .bg {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  text-align: center;
}
.section_factory .factory_imgList li .bg .info {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.section_factory .factory_imgList li .bg .ico {
  width: 29px;
}
.section_factory .factory_imgList li .bg p {
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
}
.section_honor .home_title {
  text-align: center;
}
.section_honor .home_title .sub_t_honor {
  margin-bottom: 12px;
  font-size: 16px;
}
.section_honor .home_honor_list {
  margin: 0 -15px;
}
.section_honor .home_honor_list li {
  width: 20%;
  padding: 0 16px;
  float: left;
}
.section_honor .home_honor_list li:nth-child(even) {
  margin-top: 32px;
}
.section_honor .home_honor_list .inner {
  border-radius: 10px;
  border: 4px solid #b2b7bc;
  overflow: hidden;
}
.section_honor .home_honor_list .honor_img {
  overflow: hidden;
}
.section_honor .home_honor_list .honor_img img {
  max-width: 100%;
}
.section_honor .home_honor_list .honor_text {
  background-color: #b2b7bc;
  color: #fff;
  padding: 0 6px;
  line-height: 58px;
  text-align: center;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section_customer {
  padding: 100px 0;
  background: url(../images/customer_bg.jpg) no-repeat center;
  background-size: cover;
}
.section_customer .customer_wrapper {
  position: relative;
}
.section_customer .customer_button_control {
  width: 160px;
  height: 72px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 55%;
}
.section_customer .customer_button_control .swiper-button-next,
.section_customer .customer_button_control .swiper-button-prev {
  width: 66px;
  height: 66px;
  background-color: #fff;
  background-image: none;
  border-radius: 50%;
  text-align: center;
  line-height: 66px;
  border: 1px solid #eee;
}
.section_customer .customer_button_control .swiper-button-next:hover,
.section_customer .customer_button_control .swiper-button-prev:hover {
  background-color: #ca0f19;
  border-color: #ca0f19;
}
.section_customer .customer_button_control .swiper-button-next:hover img, .section_customer .customer_button_control .swiper-button-prev:hover img{
     filter: brightness(100);
}
.section_customer .customer_button_control .swiper-button-prev {
  transform: rotate(180deg);
}
.section_customer .customer_title {
  width: 40%;
  float: left;
  margin-top: 40px;
}
.section_customer .customer_list {
  width: 60%;
  float: left;
}
.section_customer .customer_title .home_title .t,.section_customer .customer_title .home_title .sub_t{
    color: #fff;
}
.section_customer .customer_title .more_about_btn{
    color: #fff;
}
.section_customer .home-customer .item {
  display: block;
  transition: all 0.25s ease-in;
  text-decoration: none;
}
.section_customer .home-customer .item:hover .img img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.section_customer .home-customer .item:hover .t {
  color: #ca0f19;
}
.section_customer .home-customer .img {
  overflow: hidden;
}
.section_customer .home-customer .img img {
  width: 100%;
  vertical-align: top;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  min-height: 320px;
  max-height: 320px;
  height: 320px;
  object-fit: cover;
}
.section_customer .home-customer .dec {
  padding: 46px 38px 36px;
  background-color: #fff;
  box-sizing: border-box;
  border-top: 1px solid #eeeeee;
  border-bottom-right-radius: 100px;
}
.section_customer .home-customer .dec .t {
  margin-bottom: 14px;
  font-size: 20px;
  color: #333333;
  font-weight: 700;
  line-height: 24px;
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 48px;
}
.section_customer .home-customer .dec .p {
    margin-bottom: 28px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.section_customer .Home-customer-father .Home-customer-page {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 56px;
}
.section_customer .Home-customer-father .Home-customer-page .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 5px;
  background-color: #aaaaaa;
  opacity: 1;
}
.section_customer .Home-customer-father .Home-customer-page .swiper-pagination-bullet-active {
  background-color: #317eba;
}
.section_news {
  position: relative;
}
.section_news .auto-container {
  position: relative;
}
.section_news .H_news_tabs {
  position: absolute;
  right: 0;
  top: 56px;
  z-index: 2;
}
.section_news .H_news_tabs span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #999999;
  margin-left: 64px;
  cursor: pointer;
}
.section_news .H_news_tabs .active {
  color: #333;
}
.section_news .swiper-news .item {
  display: block;
  transition: all 0.25s ease-in;
  text-decoration: none;
}
.section_news .swiper-news .item:hover .img img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.section_news .swiper-news .item:hover .dec .t {
  color: #ca0f19;
}
.section_news .swiper-news .img {
  border-radius: 10px;
  overflow: hidden;
}
.section_news .swiper-news .img img {
  width: 100%;
  vertical-align: top;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  min-height: 250px;
  height: 250px;
  object-fit: cover;
}
.section_news .swiper-news .dec {
  padding: 34px 0px;
  background-color: #fff;
  box-sizing: border-box;
  border-top: 1px solid #eeeeee;
  border-bottom-right-radius: 100px;
}
.section_news .swiper-news .dec .t {
  margin-bottom: 12px;
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    min-height: 48px;
}
.section_news .swiper-news .dec .time {
  margin-bottom: 26px;
  font-size: 14px;
  color: #ca0f19;
}
.section_news .swiper-news .dec .p {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.section_news .fengniao {
  position: absolute;
  top: 40px;
  right: 50px;
}
.section_contact {
  background: url(../images/contect_bg.jpg) no-repeat top center;
  height: 600px;
}
.section_contact .inner {
  position: relative;
  padding-top: 100px;
  padding-left: 130px;
}
.section_contact .inner .t {
  font-size: 36px;
  color: #fff;
  line-height: 36px;
}
.section_contact .inner .more_about_btn {
  margin-top: 28px;
  color: #fff;
}
.more_about_btn-m {
  display: none;
}
.video {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
}
.video .videoBox {
  width: 60%;
  position: fixed;
  z-index: 60;
  top: 20%;
  left: 20%;
}
.video .zy_media {
  z-index: 60;
}
.pop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.zy_media video,
.zy_media audio {
  position: relative;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-360deg);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(-360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

.swiper-news .news-page{
    display: none;
}
